From 5cf61206f2e4ae37ae39d4b8342880d5dad2dd53 Mon Sep 17 00:00:00 2001 From: Matt Brubeck Date: Mon, 2 Nov 2015 11:33:34 -0800 Subject: [PATCH] Docs: Mention the [[example]] section --- src/doc/manifest.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/doc/manifest.md b/src/doc/manifest.md index cebdee061..f8dc7b3aa 100644 --- a/src/doc/manifest.md +++ b/src/doc/manifest.md @@ -446,10 +446,11 @@ each of the test files. # Configuring a target -All of the `[[bin]]`, `[lib]`, `[[bench]]`, and `[[test]]` sections support -similar configuration for specifying how a target should be built. The example -below uses `[lib]`, but it also applies to all other sections as well. All -values listed are the defaults for that option unless otherwise specified. +All of the `[[bin]]`, `[lib]`, `[[bench]]`, `[[test]]`, and `[[example]]` +sections support similar configuration for specifying how a target should be +built. The example below uses `[lib]`, but it also applies to all other +sections as well. All values listed are the defaults for that option unless +otherwise specified. ```toml [package] -- 2.30.2